The Database API > Database API functions > MMDB.getConnectionList() |
![]() ![]() ![]() |
Availability
Dreamweaver UltraDev 1.0
Description
Gets a list of all the connection strings defined in the Connection Manager.
Arguments
None.
Returns
An array of strings; each string is the name of a connection as it appears in the Connection Manager.
Example
A call to MMDB.getConnectionList()
could return the strings ["EmpDB", "Test", "TestEmp"]
.
![]() ![]() ![]() |